Revert stm "cleanup", too.
authorrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 10 Apr 2014 03:49:02 +0000 (03:49 +0000)
committerrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 10 Apr 2014 03:49:02 +0000 (03:49 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4801 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/stmsdf.cc

index 25fada8a48c725dd734f1b48b8a7ecfe7768cb33..3a0e4148d404582194dc4d6fe60f2a56d9227d17 100644 (file)
@@ -272,7 +272,7 @@ parse_point(char* line)
       break;
 
     case 1:
-      wpt->shortname = csv_stringclean(str, "\"");
+      wpt->shortname = csv_stringclean(str, QString("\""));
       if ((what == 2) || (what == 3)) {
         column += 2;  /* doesn't have date and time */
       }